Developer Documentation

QuickTime 4 API Documentation
QuickTime Music Architecture

| Previous | Chapter Contents | Chapter Top | Next |

Pick Instrument Flags

The pick instrument flags provide information to the NAPickInstrument [link] and NAPickEditInstrument [link] functions on which instruments to present for the user to choose from.

enum {
    kPickDontMix                = 1,
    kPickSameSynth              = 2,
    kPickUserInsts              = 4,
    kPickEditAllowPick          = 16
};

Constant descriptions

kPickDontMix
Show either all drum kits or all instruments depending on the current instrument. For example, if it's a drum kit, show only drum kits.

kPickSameSynth
Show only instruments from the current synthesizer.

kPickUserInsts
Show modifiable instruments in addition to ROM instruments.

kPickEditAllowPick
Present the instrument picker dialog box. Used only with the NAPickEditInstrument function.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |